home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / SOUND.SWG / 0017_S8SVX.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  1KB  |  29 lines

  1. --------S-8SVX-MG---------------------------
  2.  
  3. The  8SVX files are IFF files used for digital audio data. The format of
  4. the  VHDR  block  is complete guesswork.  These  files use Motorola byte
  5. order.  The  8SVX  file format is fixed  to  8-bit mono sample data - at
  6. least  GoldWave  does not support saving  files in any other format than
  7. 8-bit mono.
  8.  
  9. FORMblock [VHDR]
  10. This is the sample information block. The normal size is 20 bytes.
  11. OFFSET              Count TYPE   Description
  12. 0000h                   1 dword  Sampling rate of digital data in Hz.
  13.                                  This count seems not to be too accurate,
  14.                                  at least GoldWave v2.0 creates different
  15.                                  rates for Wave and 8SVX files.
  16. 0004h                   4 dword  Other data, unknown
  17.  
  18. FORMblock [BODY]
  19. This block contains the raw sample data, maybe the usual IFF compression
  20. was  used. The details of both the compression and the information about
  21. the IFF format are unknown to me.
  22.  
  23. EXTENSION:IFF
  24. OCCURENCES:PC,Amiga
  25. PROGRAMS:GoldWave
  26. SEE ALSO:IFF,WAVE
  27. VALIDATION:
  28.  
  29.